Opc.Ua.Core
Trace<TState>(TState,Exception,Int32,Func<TState,Exception,String>) Method



Opc.Ua Namespace > Utils Class > Trace Method : Trace<TState>(TState,Exception,Int32,Func<TState,Exception,String>) Method
Writes a message to the trace log.
Syntax
'Declaration
 
Public Overloads Shared Sub Trace(Of TState)( _
   ByVal state As TState, _
   ByVal exception As Exception, _
   ByVal traceMask As Integer, _
   ByVal formatter As Func(Of TState,Exception,String) _
) 
'Usage
 
Dim state As TState
Dim exception As Exception
Dim traceMask As Integer
Dim formatter As Func(Of TState,Exception,String)
 
Utils.Trace(Of TState)(state, exception, traceMask, formatter)

Parameters

state
exception
traceMask
formatter

Type Parameters

TState
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List